Syncs the mirror to monorepo b40fce6 "Ship CLI 0.2.42: bounded scan time and
honest deltas". Every source, test, changelog, and download artifact is copied
byte-for-byte from that commit; the 31 synced paths hash identically to their
monorepo blobs.
The mirror's own workspace files are deliberately untouched: package.json and
pnpm-lock.yaml keep the web-tree-sitter/tree-sitter-wasms pins added in ca155a5,
without which the 0.2.41 lockfile-integrity check fails grammar verification on
Node 22 and 24 while passing on 20.9.
release-reference.json records the immutable website candidate for 0.2.42:
archive 7d212774…, SBOM c13ce5f5…, bundle ad251e11…, each derived from the
published artifact rather than restated.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Syncs the mirror to monorepo
b40fce6"Ship CLI 0.2.42: bounded scan time and honest deltas".What changed
31 paths copied byte-for-byte from the monorepo commit (verified: every synced path hashes identically to its monorepo blob), plus two surgical edits:
CHANGELOG.md— the release-notes source. Preamble pointer moved to v0.2.42 and the 0.2.42 entry inserted. Body from## 0.2.42down is identical topackages/cli/CHANGELOG.md.release-reference.json— the immutable website candidate for 0.2.42: archive7d212774…, SBOMc13ce5f5…, bundlead251e11…. Each digest was derived from the published artifact, not restated.New in this release:
codetruss-cli-0.2.42.{tgz,tgz.sha256,sbom.cdx.json}and two new test files.The lockfile trap
package.jsonandpnpm-lock.yamlare deliberately unchanged. They carry theweb-tree-sitter@0.22.6/tree-sitter-wasms@0.1.11pins added in ca155a5. 0.2.41 introduced a lockfile-integrity check that refuses grammar-pack provenance unless the mirror workspace pins exactly one resolution of each source package; without those pins Node 20.9 passes while 22 and 24 fail. 0.2.42 changes no dependency, so the existing pins remain correct.public/downloads/grammars/is carried unchanged (7 files).Verification
7d212774695235bad12055be5e27167d1904cfedc676f50be71e35dba010230b🤖 Generated with Claude Code